one of the way shis can happen if
you have declared function as
sub fun()
{
}
In perl you should declare function as
sub fun
{
}
- mihir patel
you have declared function as
sub fun()
{
}
In perl you should declare function as
sub fun
{
}
- mihir patel
6 comments:
Thanks it helped.....
you inspired me by your blogger heading ..
yes " learned something new TODAY"
Ramesh from MD rbarun@hotmail.com
Thank you very much. I'm working with too many programming languages and got confused and this helped.
This is really straightforward, thanks very much.
How to pass a variable value?
thanks
Post a Comment