[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: realperl
> > Simple in perl land right?!
>
> I'd like to know it it's possible to exicute an external perl script using the
> [realperl] tag. Isn't their a ssystem() call or something you can do in REAL
> perl that allows you to do this? Can [realperl] be rigged to do stuff like
> this?
Yeah.
$foo = system('/usr/bin/script.pl');
or
$foo = `/usr/bin/script.pl`;
--
Anthony Ball ant@maine.com
MaineStreet Communications, Inc 208 Portland Road, Gray, ME 04039
tel:1.207.657.5078 fax:1.207.657.5048 http://www.maine.com/
- Follow-Ups:
- Re: realperl
- From: ".cory.trese." <digital@arcane.specialty-books.com>
- References:
- Re: realperl
- From: Jason Korkin <jkorkin@korksoft.com>
- Re: realperl
- From: ".cory.trese." <digital@arcane.specialty-books.com>