Help for this page

Select Code to Download


  1. or download this
    #! perl -w
    use warnings;
    ...
    open "C:\\location\\test.xml" ;
    for /httpsRoutes/httpsRoute
        echo @hostname (key) @tier | cat > out.txt
    
  2. or download this
    C:\Strawberry\perl\bin>perl "C:\location\xmlRead_3.pl
    Array found where operator expected at C:\location\xmlRead_3.pl line 8
    +, at end of line        (Missing operator before ?)
    ...
    Global symbol "@hostname" requires explicit package name at C:\locatio
    +n\xmlRead_3.pl line 8.
    Global symbol "@tier" requires explicit package name at C:\location\xm
    +lRead_3.pl line 8.
    Execution of C:\location\xmlRead_3.pl aborted due to compilation error
    +s.