in reply to perl file returning values

script:
!perl exit shift;
batch file
@echo off call el.pl %1 echo %errorlevel%


holli, /regexed monk/

Replies are listed 'Best First'.
Re^2: perl file returning values
by Anonymous Monk on Jul 22, 2005 at 22:14 UTC
    Thank you