Help for this page

Select Code to Download


  1. or download this
    my $err = ioctl STDOUT, &TIOCGWINSZ, $winsize;
    
  2. or download this
    my $err = ioctl(TTY, &TIOCGWINSZ, $winsize = "");
    
  3. or download this
    sub TIOCGWINSZ {
        0x40087468
    }
    
  4. or download this
    #!/usr/bin/perl 
    
    ...
    sub TIOCGWINSZ {
        0x40087468
    }