• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

object-oriented perl question

badviolinist

New Member
is there any way to get the print function to evaluate member functions? doing print "$crap->info" displays the memory address followed by "->info". the reason i'm asking is because i have a large block of HTML to print out (by using the print<<blahblahblah syntax) and i can't just stick in $crap->info there. is it possible to do it without having to use extra variables to store the data?
 
Back
Top