Help for this page

Select Code to Download


  1. or download this
    #!/home/myhomedrive/opt/perl/bin/perl
    #use strict;
    ...
    
    my $string = "  ll ";
    $string = trim ( $string );
    
  2. or download this
    #!/home/myhomedrive/opt/perl/bin/perl
    package customPerlMod;
    ...
    
    
    1;
    
  3. or download this
    ./dupCheck.pl
    Undefined subroutine &main::trim called at ./dupCheck.pl line 20, <DAT
    +A> line 960.