There's more than one way to do things | |
PerlMonks |
Re: Using (s)printf() .......what is "%vd"by Anonymous Monk |
on Dec 27, 2002 at 06:39 UTC ( [id://222488]=note: print w/replies, xml ) | Need Help?? |
If found an interesting solution to a problem of ANDing 2 IPs
$anded = sprintf "%vd\n", 192.16.16.1 & 255.255.248.0; How is %vd interpreted here Ramprasad A Padmanabhan
In Section
Tutorials
|
|