[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: [mv] PERL Error
****** message to minivend-users from Chris Rapier <rapier@psc.edu> ******
My suggestion would be to try putting the use's in minivend itself.
I'd check it out for you but it seems my system at home might be down.
"Markus Müller (ASS Software Odw.)" wrote:
>
> ****** message to minivend-users from "=?iso-8859-1?Q?Markus_M=FCller_=28ASS_Software_Odw.=29?=" <mueller@ass-software.de> ******
>
> I get the following error in one of my PERL Scripts:
>
> Safe: require trapped by operation mask at (eval 46) line 5.
>
> Here's the beginning of the PERL:
>
> 1 # offen.pl - CheckRoutine
> 2 # -----------------------------------------
> 3
> 4 use Math::BigFloat;
> 5 use Math::BigInt;
> 6
> 7 # get time
> 8 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
> 9 $calctime = ($min/60) + $hour;
> 10 $today = (7,1,2,3,4,5,6)[(localtime)[6]];
>
> How can I use the Math packages in an embedded PERL ??
>
> Markus
>
> -
> 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
-
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
- References:
- [mv] PERL Error
- From: "Markus Müller (ASS Software Odw.)" <mueller@ass-software.de>