Help for this page

Select Code to Download


  1. or download this
    Directory structure:
    C:\strawberry\perl\bin\test.pl
    C:\strawberry\perl\subs.pm
    
  2. or download this
    …
    sub remove_spaces {
    ...
    return $input ;
    }
    …
    
  3. or download this
    #!C:\strawberry\perl\bin\perl.exe 
    #use lib 'C:\strawberry\perl';
    ...
    …
        $line = remove_spaces($line);
    …
    
  4. or download this
    C:\strawberry\perl>test.pl
    Undefined subroutine &main::remove_spaces called at C:\strawberry\perl
    +\test.pl line 18, <INF> line 1.