Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    {
        print "$1\n" unless $1 =~ /def/;
    }
    
  2. or download this
    13:59 >perl 1419_SoPW.pl
    abc
    ghi
    
    14:00 >