In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Nikola Janceski) writes: >uh... is there away around the character limit (256 chars) on >system/exec/backtick commands? >I know it's probably sh's fault, but I would like to avoid creating a shell >script if possible.
You can bypass the shell in system or exec by passing a list instead of a string. perldoc -f exec. -- Peter Scott http://www.perldebugged.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]