- or download this
Directory structure:
C:\strawberry\perl\bin\test.pl
C:\strawberry\perl\subs.pm
- or download this
…
sub remove_spaces {
...
return $input ;
}
…
- or download this
#!C:\strawberry\perl\bin\perl.exe
#use lib 'C:\strawberry\perl';
...
…
$line = remove_spaces($line);
…
- 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.