Thank you Rob, Uri and John for your replies.
I've learned great things from them.
Thank to your pointers, my script is working properly.
--- On Wed, 2/2/11, John Delacour wrote:
> From: John Delacour
> Subject: Re: problem getting multiple values returned from a subroutine
>
At 10:51 -0800 01/02/2011, loan tran wrote:
I'm having problem getting multiple values returned from a subroutine.
Thanks in advance for pointers.
If you want help with a problem you should present the problem as
simply as possible in a runnable form and not require your helpers to
--- On Tue, 2/1/11, Uri Guttman wrote:
> From: Uri Guttman
> Subject: Re: problem getting multiple values returned from a subroutine
> To: "loan tran"
> Cc: beginners@perl.org
> Date: Tuesday, February 1, 2011, 10:59 AM
> >>>>> "lt" ==
On 01/02/2011 18:51, loan tran wrote:
I'm having problem getting multiple values returned from a subroutine.
Thanks in advance for pointers.
My codes:
sub parse_title{
# Determine what company, month, and year to load by parsing the report
title
open IN, '<'
>>>>> "lt" == loan tran writes:
lt> I'm having problem getting multiple values returned from a subroutine.
lt>
lt> # Get required subroutines which need to be
I'm having problem getting multiple values returned from a subroutine.
Thanks in advance for pointers.
My codes:
#!/usr/bin/perl
use strict;
use warnings;
# Get required subroutines which need to be inc