Help for this page

Select Code to Download


  1. or download this
    sub clean
    {
    ...
        $_[0] =~ s/^\s+//g;
        $_[0] =~ s/\s+$//g;
    }
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    }
    
  3. or download this
    item1
    item2
    ...
    item2
    item3
    item4