Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
              'a' => '1',
              'b' => '1[whatever I want]2[whatever I want]3'
            };
    
  2. or download this
    #!/usr/bin/perl -l
    use strict;
    ...
    
    __END__
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    "single1","single2","single3"
    "single4","multiA
    multiB",single5