Help for this page

Select Code to Download


  1. or download this
     
    my $file = PerlApp::get_bound_file("patch_file")
    open ( my $patch, '<', $file );
    
  2. or download this
    my $file = PerlApp::get_bound_file("patch_file");
    open ( my $patch, '<', \$file );