Help for this page

Select Code to Download


  1. or download this
    # perl -wT
    # ^ whatever executable's appropriate!
    use strict;
    
  2. or download this
      if (param) 
      {
        $user_name = em(param('name'));
        &file_creation($user_name);
      }