I know that perl can parse varibles and return the
results if a string has Scaler varibles within them. I
would like to figure out how to do the same with perl
and user defined functions. 

Is there a way to do this within a double quoted
string?

example of what I would like to happen:


print "Hello &caps(shain), Nice to see you today.\n";

sub caps {return uc shift)};

return the result of:

Hello SHAIN, Nice to see you today.



=====
Mekton Compendium: http://groups.yahoo.com/subscribe/mekton-c

Nothing is impossible. the supposidly impossible can be made possible by anyone who 
determines what you need to do to make it a reality. -Shain Edge

__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to