Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    $array_ref->[1] =~ s/w//g;
    
    print Dumper($array_ref);
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    }
    
    print Dumper(foo());