Paul wrote: > > --- Julien Motch <[EMAIL PROTECTED]> wrote: > > #The next line printsd the reference why ? > > print("the host which you are connecteed to is $pop->Host()\n"); # > > Mail::POP3Client=HASH(0x8153a8c)->Host() > > Inside the quotes, the -> operator is taken as printable characters.
No, it is not. $ perl -le' $x->{one} = "HELLO"; print "Test $x->{one} test"' Test HELLO test John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]