Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
      }
    
    $dsp->close();
    
  2. or download this
    require 'sys/ioctl.ph';
    
  3. or download this
    #!/usr/bin/perl
    my $file = shift || 'testout.wav';
    ...
    
    #1liner
    #perl -e 'local $/;$w=<>;open(F,">","/dev/dsp") && print F $w;' dtmf.w
    +av
    
  4. or download this
    #!/usr/bin/perl
    use SDL;
    ...
    );
                        
    $app->loop(\%events);