Help for this page

Select Code to Download


  1. or download this
    ########################################
    print 'raw  cu1:'.$cu1."\n"; 
    print 'size cu1:'.scalar(@{$cu1})."\n"; 
    print 'cu1     :'.join('|',@{$cu1})."\n"; 
    ########################################
    
  2. or download this
    c:\@Work\Perl\monks>perl -wMstrict -le
    "use Data::Dumper;
    ...
              'hi',
              'there'
            ];