"mismatched tag at line" error

2011-10-30 Thread YAPH
Hi, When I try to call a remote methond through XMLRPC::Lite with the "call" method, this error is thrown back. "mismatched tag at line 83, column 4, byte 2185 at /usr/local/lib/ perl5/site_perl/5.10.1/x86_64-linux/XML/Parser.pm line 187 " Does anybody know what this is about? Thanks, -Murali

Re: Can anybody explain me what this shebang line is doing?

2010-03-07 Thread YAPH
x27;' if 0; (Will this ever execute?) and the exec /bin/perl $0 ${1+"$@"}; that threw me off. I will refer to perlrun for additional details. -YAPH -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: FW: Can anybody explain me what this shebang line is doing?

2010-03-07 Thread YAPH
Thanks Sanket, So if this script is run on a Unix box, everything after the second # would be treated as a comment, right? #!/usr/bin/sh -- # -*- perl -*- So, actually, it's #!/usr/bin/sh -- Isn't it? Regards, -Murali -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additiona

Can anybody explain me what this shebang line is doing?

2010-03-05 Thread YAPH
Hi, I got a perl script that begins like this. - #!/usr/bin/sh -- # -*- perl -*- eval 'ORACLE_HOME=/opt/oracle; export ORACLE_HOME;LD_LIBRARY_PA