in reply to pizza_party cool perl script
What directory is it in, if not one listed above in @INC, something went awry, try adding the following at the start of your Perl scriptlocate GetOpt/Mixed.pm
WARNING: if there is already a BEGIN block add the above command to the end of it rather than writing a second one.BEGIN{ push ( @INC, "/the/directory/I/just/found" ) ; }
|
|---|