Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    }
    
    print join ",", @z;
    
  2. or download this
    a ,b ,c , new(d)
    
  3. or download this
    print join ", ", map { chomp; s/(d)/new(\1)/ } @a;