Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    my $text="blah blah\nblah\nblah\nblah\nblah\nyadda yadda yadda\n";
    my @lines=split /\n/, $text; #replace with split(/\n/,$text); at will
    print "This: $_\n" for @lines;
    
  2. or download this
    -----BEGIN GEEK CODE BLOCK-----
    Version: 3.1
    GPA/P/S d+ s++:+ a--- C++ UL++ P++>++++ L++ E W++ N o? K? w-- !O M- V?
    + PS++ PE- Y PGP- t 5- X+ R* tv-- b++ !DI D---(+) G e- h-- r++ y? 
    ------END GEEK CODE BLOCK-----