in reply to perl system() interactive/noninteractive question

When it fails to mount, what is the error message you get?
  • Comment on Re: perl system() interactive/noninteractive question

Replies are listed 'Best First'.
Re^2: perl system() interactive/noninteractive question
by renegadex (Beadle) on Oct 19, 2010 at 02:59 UTC
    hey thats funny, i was trying to figure out how to extract the error message, and was having no success. and i thought i might need to put the header line
    #!/usr/bin/perl -w
    to enable warnings and my script can now mount! wow i think problem is solved! tnx for the reply!
    Mabuhay Civil Engineers! :D
      Aha, the old shebang quandry