Help for this page

Select Code to Download


  1. or download this
    use lib '/path/to/module/location'; 
    use ModuleName;
    
  2. or download this
    use lib '/path/to/module/location'; 
    if ( param('yo') =~ /inyourface/) {
        use UpYours;
    }