- or download this
#!usr/bin/perl
use strict;
...
use pm::security;
print banned(...); # This is how you are calling the method and you ar
+e getting the error?
- or download this
package Pm::Security;
use strict;
...
sub banned { return reverse @_ }
1;
- or download this
#!usr/bin/perl
use say;
...
$ perl main.pl
Second~First