Scripts posted recently by kaoru in Kelpi

1- 2 of 2.

Highlight

to perl highlight pipe unix-style by kaoru

#!/usr/bin/perl -w
#
# pipe text to highlight.pl to highlight certain words
#
# eg. cat nastyfile.pl | highlight words you want

Check Perl

to perl checkperl syntax by kaoru

#!/usr/bin/perl -w
#
# Checks the syntax of .pl and .pm scripts using perl -cw
# Will check all .pl and .pm files in $PWD with no arguments
#
hits counter