Help for this page

Select Code to Download


  1. or download this
       sub foo {chop @_};
    
       my @a = ('ab', 'cd', 'ef');
    ...
    
       my $b = 'abcdef';
       print foo($b), "\n";
    
  2. or download this
       f
       f