in reply to Re^2: How to use ioctl in perl
in thread How to use ioctl in perl

Hello sanju_631, Please help us out by providing the actual problem:
#!/usr/bin/perl require '/usr/lib/perl/5.8.4/sys/ioctl.ph'; # replace with whatever is + the full path
Does not produce any errors.

Replies are listed 'Best First'.
Re^4: How to use ioctl in perl
by sanju_631 (Initiate) on Nov 17, 2004 at 17:15 UTC
    I gave the full path then also i am getting error .
    #!/usr/bin/perl require '/usr/lib/perl5/vendor_perl/5.8.3/ppc-linux-thread-multi/sys/i +octl.ph'; # ./test.pl Scalar found where operator expected at (eval 273) line 1, near "'int' + $__val" (Missing operator before $__val?) #