Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
            open (FH,"test.txt");
            close(FH);
    
  2. or download this
    open("test.txt", O_RDONLY|O_LARGEFILE)  = 3
    ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfe83bf8) = -1 ENOTTY (Inapp
    +ropriate ioctl for device)