naming subroutine reference parameter?

2005-09-06 Thread Jayvee Vibar
How do you name subroutine reference parameter in perl? Naming a local or pass by value is by simply using my ($param1, $param2) = @_ ; How about by reference? I think it would be harder if I'll be using $_[0], $_[1] direct method. Is it possible? Thanks. -- To unsubscribe, e-mail: [EMAIL PROT

delete character in string?

2005-08-25 Thread Jayvee Vibar
Hello, Is there a function to delete a character in string? Thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

is there isnumber() function in perl?

2005-08-25 Thread Jayvee Vibar
Hello, Is there an IsNumber() function in perl? I'm looking for a way to determine of a given $variable is numeric or not. Thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]