Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    my @fileTags = map{myTrim($_)}@fileTags.
    @fileTags = uniq @fileTags;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    $x = myTrim($x);
    
    print "$x!\n"; #prints "x    !"