Help for this page

Select Code to Download


  1. or download this
    package Link;
    
    ...
    
    1;
    
  2. or download this
    use Link;
    
    ...
    $var = "http://anothersite.com";
    $var->print_method;
    print $var;