Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: Uncontrolled Format String - Checkmarx issue

by Rishi2Monk (Novice)
on Dec 27, 2022 at 12:00 UTC ( [id://11149120]=note: print w/replies, xml ) Need Help??


in reply to Re: Uncontrolled Format String - Checkmarx issue
in thread Uncontrolled Format String - Checkmarx issue

hippo Sorry I missed to add the semicolon while copying the original code.
  • Comment on Re^2: Uncontrolled Format String - Checkmarx issue

Replies are listed 'Best First'.
Re^3: Uncontrolled Format String - Checkmarx issue
by hippo (Bishop) on Dec 27, 2022 at 12:36 UTC

    Even if we add in that semi-colon, your code still doesn't compile.

    $ cat 11149115.pl open (STAT, "<", "$file"); while ( $content = <STAT> ) { : $errcnt = $total - $content; } : printf RPT " Number of Rejected Records : $errcnt\n"; $ perl -cw 11149115.pl syntax error at 11149115.pl line 3, near ":" syntax error at 11149115.pl line 7, near ":" 11149115.pl had compilation errors. $

    Just paste your actual code into the node so our time isn't wasted fixing things you've broken in the copy only. And when you've done that, download the code from the node and try to compile and run it yourself just to be sure.


    🦛

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11149120]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-23 13:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found