Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Integer overflow in -s or file stat results

by Anonymous Monk
on Mar 07, 2017 at 14:57 UTC ( [id://1183836]=note: print w/replies, xml ) Need Help??


in reply to Integer overflow in -s or file stat results

Maybe something involving syscall?
  • Comment on Re: Integer overflow in -s or file stat results

Replies are listed 'Best First'.
Re^2: Integer overflow in -s or file stat results
by Anonymous Monk on Mar 07, 2017 at 15:28 UTC
    Says it's not implemented in VMS, but you might try calling syscall() with no args just to see what happens. Other than that, I think you'd need to use XS.
      Thank you for your answer.

      It confirms that syscall is not implemented with a one-liner test:

      The syscall function is unimplemented at -e line 1.
      I will not try to write XS code under VMS, my knowledge of the VMS internals is much too poor. I guess I'll have to live with the work around described earlier.

      Thank you anyway for your effort.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-04-26 03:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found