Help for this page

Select Code to Download


  1. 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?
    
  2. or download this
    package Pm::Security;
    use strict;
    ...
    sub banned  { return reverse @_  }
    
    1;
    
  3. or download this
    #!usr/bin/perl
    use say;
    ...
    
    $ perl main.pl
    Second~First