[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: realperl
On Thu, 24 Jun 1999, you wrote:
>****** message to minivend-users from "Mr. Anthony R.J. Ball" <ant@maine.com> ******
>
>
>> > 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`;
so this would work to exicute /usr/bin/script.bash?
[realperl]
$foo = system('/usr/bin/script.bash');
$foo;
[/realperl]
are their any modifications that need to be made to the minivend system to get
[realperl] to work with this? (ps : that's a bash script!)
>
>--
>
>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/
>-
>To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
>email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
>Archive of past messages: http://www.minivend.com/minivend/minivend-list
--
========================================
Cory Trese
email : digital@specialty-books.com
phone : (740) 594 - 2274, ext 223
phax : (740) 593 - 3045
========================================
Mail Sent from
Specialty Books,
Athens Ohio, 45701
www.specialty-books.com
RedHat Linux, Hedwig
P][ / 2.3.5
========================================
- Follow-Ups:
- Re: realperl
- From: "Mr. Christopher F. Miller" <cfm@maine.com>