Help for this page

Select Code to Download


  1. or download this
    my $folder_path = "/aboutiso/corp_gov/bod/agendas/2010/";
        my $try = "index.html";
        my $test = "$folder_path/$try";
    ...
        print "folderpath: $folder_path\n";
    ^D
    folderpath: /aboutiso/corp_gov/bod/agendas/2010/
    
  2. or download this
    my $folder_path = "/aboutiso/corp_gov/bod/agendas/2010/";
        my $try = "index.html";
        my $test = "$folder_path/$try";
    ...
    ^D
    folderpath: /aboutiso/corp_gov/bod/agendas/2010//index.html
    folderpath: /aboutiso/corp_gov/bod/agendas