On Thu, October 18, 2007 2:47 pm, Chas. Owens wrote:
> On 10/18/07, Paul <[EMAIL PROTECTED]> wrote:
> snip
>> The output is:
>> text
>> 0
> snip
>> The function is like this:
>>
>> my$variable = (system "/usr/sfw/bin/openssl rsautl -decrypt -inkey
>> private.pem -in cryptedfile")
> s
On 10/18/07, Paul <[EMAIL PROTECTED]> wrote:
snip
> The output is:
> text
> 0
snip
> The function is like this:
>
> my$variable = (system "/usr/sfw/bin/openssl rsautl -decrypt -inkey
> private.pem -in cryptedfile")
snip
There is no way that $variable will have the data you want. Th
Steve Bertrand wrote:
> Paul wrote:
>> I am assigned the output of a function to a variable.
>>
>> my$variable = (function);
>> print "$variable\n";
>>
>> The output is:
>> text
>> 0
>>
>> So I try this:
>>
>> chop my$variable = (function);
>> print "$variable\n";
>>
>> The output is:
>> text
>> **
Paul wrote:
> I am assigned the output of a function to a variable.
>
> my$variable = (function);
> print "$variable\n";
>
> The output is:
> text
> 0
>
> So I try this:
>
> chop my$variable = (function);
> print "$variable\n";
>
> The output is:
> text
> *** this is blank space output *
>
On Thu, October 18, 2007 11:20 am, Matthew Whipple wrote:
> [EMAIL PROTECTED] wrote:
>> On Thu, October 18, 2007 9:39 am, Matthew Whipple wrote:
>>
>>> Paul wrote:
>>>
I am assigned the output of a function to a variable.
my$variable = (function);
print "$variable\n";
[EMAIL PROTECTED] wrote:
> On Thu, October 18, 2007 9:39 am, Matthew Whipple wrote:
>
>> Paul wrote:
>>
>>> I am assigned the output of a function to a variable.
>>>
>>> my$variable = (function);
>>> print "$variable\n";
>>>
>>> The output is:
>>> text
>>> 0
>>>
>>> So I try this:
>>>
>>> c
On Thu, October 18, 2007 11:50 am, Rob Dixon wrote:
> Paul wrote:
>> I am assigned the output of a function to a variable.
>>
>> my$variable = (function);
>> print "$variable\n";
>>
>> The output is:
>> text
>> 0
>>
>> So I try this:
>>
>> chop my$variable = (function);
>> print "$variable\n";
>>
>
On Thu, October 18, 2007 9:39 am, Matthew Whipple wrote:
> Paul wrote:
>> I am assigned the output of a function to a variable.
>>
>> my$variable = (function);
>> print "$variable\n";
>>
>> The output is:
>> text
>> 0
>>
>> So I try this:
>>
>> chop my$variable = (function);
>> print "$variable\n";
Paul wrote:
> I am assigned the output of a function to a variable.
>
> my$variable = (function);
> print "$variable\n";
>
> The output is:
> text
> 0
>
> So I try this:
>
> chop my$variable = (function);
> print "$variable\n";
>
> The output is:
> text
> *** this is blank space output *
>
> So
Paul wrote:
I am assigned the output of a function to a variable.
my$variable = (function);
print "$variable\n";
The output is:
text
0
So I try this:
chop my$variable = (function);
print "$variable\n";
The output is:
text
*** this is blank space output *
So it get's rid of the "0", but
I am assigned the output of a function to a variable.
my$variable = (function);
print "$variable\n";
The output is:
text
0
So I try this:
chop my$variable = (function);
print "$variable\n";
The output is:
text
*** this is blank space output *
So it get's rid of the "0", but outputs a new
11 matches
Mail list logo