Help for this page

Select Code to Download


  1. or download this
    
    #!/usr/bin/perl
    ...
    
    print "\$S=$S ==> ". modif($S) . "\n";
    
  2. or download this
    @Arr = (1 ,   2, 3,4);
    print "Array = ". modif(join(',',@Arr)) . "\n";