Help for this page

Select Code to Download


  1. or download this
    sub a {
       return sprintf("%s", $_[0]);
     }
    
  2. or download this
    return $_[0];  
    return "this is string $some_var";