Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
  2. or download this
    my $input_file = "dump.vcd";
    
  3. or download this
    open INPUT, '<', "$input_file";
    
  4. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $var1 1 , x $end
    $varx 2 ! _ $end
    $vary 3 # aa $end
    
  5. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $var , x
    $var ! _
    $vary 3 # aa $end