Dup Ver Goto 📝

home aw/lang/perl

PT2/aw/lang/perl does not exist
To
23 lines, 77 words, 566 chars Page 'home' does not exist.

About aw/lang/perl

Important man pages

perlrun

print loop

cat a.php | perl -pe 'tr/[a-z]/[A-Z]/' # converts lowercase to uppercase
cat a.php | perl -ne '/echo/ && print' # prints only matching lines

Record separator

Usually this is newlines. As an example of using something else, this uses uppercase A as the record separator:

echo helloAworldAmrAflibble | perl -0x41 -pe 'tr/A/\n/;tr/[a-z]/[A-Z]/'

Directory

Pages

TidyPath