dev.emsdn.com

Join About
Home SITEMAP Most Recent

Perl

Class Localtion: Home »» Perl [Programming]
Perl(Perl list covers semantics, checking functions in scripts, PHP comparisons, and designing CGI, mail, and forum programs.) under "Programming"


Oracle function call

Disclaimer:This message and any attachment(s) contained here are information that is confidential, proprietary to HCL Technologies and its customers. Contents may be privileged or otherwise protected by law. The information is solely intended for the individual or the entity it is addressed to.

or improve PMC compiler

# New Ticket Created by Leopold Toetsch# Please include the string: [perl #39313]# in the subject line of all future correspondence about this issue.# <URL: >It's easy to add 'invalide' code to .pmc files. E.g. I had defined: METHD parent() { return PMC_pmc_val(SELF) ? PMC_p

optree_specials

I'm running perl-5.8.6.Jim Cromie <jim.cromie (AT) gmail (DOT) comwrote:mohammad yaseen wrote:>Hi Nicholas,>>I'm running the ext/B/t/optree_specials.t test on>EBCDIC platform z/os>>The output is this>>16>ok 1 - require B::Concise># Failed at ./test.pl l

optree_specials

Hi Nicholas,I'm running the ext/B/t/optree_specials.t test onEBCDIC platform z/osThe output is this16ok 1 - require B::Concise# Failed at ./test.pl line 249# got 'BEGIN 1:# b <1leavesub[1 ref] K/REFC,1 ->(end)# - <@lineseq KP ->b# 1 <;nextstate(B::Concise -249Concise.pm:

optree_misc.t failure on VMS in blead@32181

Thu, 25, 2007 at 04:41:38PM -0500, Craig A. Berry wrote:The following is in as #32194 and gets it passing on VMS. I don'tfully understand what it's testing but the double quotes appear tohave just been something convenient to use inside of single quotes.Yes. They were convenient. Wed,

Optree Generation

Hi Yitzchak Scott,when you run the command given belowperl "-I/lib" -M=Concise,BEGIN,CHECK,INIT,END,-exec -e '$a=$b && print q/foo/'i am getting following output in EBCDIC platform.BEGIN 1:1 <;nextstate(B::Concise -249 Concise.pm:306) v/22 <$const(PV "strict.pm") s/BARE3 <1req

Optree Generation

There is file called lib/B.pm here there is function as followssub B::IV::int_value { my ($self) = @_; my $ni = $self->IV; # i have added this print "\n $ni $self \n"; # i have added this return (($self->FLAGS() & SVf_IVisUV()) ? $self->UVX : $self->IV);}when i tried printing the $ni