Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl --
    package xyz;
    require Exporter;
    ...
    }
    1;
    __END__
    
  2. or download this
    #!/usr/bin/perl --
    package xyz;
    ...
    our @safety      = map { $_->[3] . ':' . $_->[0] } @products;
    1;
    __END__
    
  3. or download this
    use Data::Dump qw/ dd/;
    use xyz qw/ @safety /;;
    ...
      ];
      ($a, $a);
    }
    
  4. or download this
    Sherab_Inc::xyz
    Sherab_LLC::products
    ...
    MySherabApp::xyz
    SherabApp::products
    ...