Help for this page

Select Code to Download


  1. or download this
    my $cmd = sprintf("perl %s", $update_location);
    system($cmd);
    
  2. or download this
    require $update_location;