Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    use strict;
    ...
    my $x = "blah blah blah\n";
    chomp($x);
    print "^$x\$\n";
    
  2. or download this
    package MyTest;
    use strict;
    
    ...
    }
    
    1;
    
  3. or download this
    package MyTest;
    use strict;
    
    ...
    }
    
    1;
    
  4. or download this
    ^blah blah blah$
  5. or download this
    ^blah blah blah_this is a test$