Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    }
    
    print $wanted_data, $/;
    
  2. or download this
    #!/usr/bin/perl
    use 5.014;    ## it wouldn't work for lower version
    ...
            print $data_filter{$key}->($_);
        }
    }