in reply to help me to find out the error??

which error?

Cheers Rolf

( addicted to the Perl Programming Language)

Replies are listed 'Best First'.
Re^2: help me to find out the error??
by dacka (Initiate) on Apr 11, 2014 at 13:47 UTC
    until.pl line 45,near "}else" its showing like aborted due to compilation errors
      and what is  until ( ) {...} else {...} supposed to mean?

      Perl ne Python ;-)

      Cheers Rolf

      ( addicted to the Perl Programming Language)

      until is a looping construct. else is part of an if() statement. They don't link together as you're trying to do.


      Dave