Help for this page

Select Code to Download


  1. or download this
    libName = "cmos28shp"    ; device library name
    tech_lib = "cmos28shp"
    ...
        fprintf(stderr "ERROR: Invalid library. %L .\n" libName)
        return(nil)
    else
    
  2. or download this
    my $outfile = "skillfile.il";
    open FH, ">> $outfile";
    print FH "libName = "cmos28shp"\n";
    print FH 'tech_lib = "cmos28shp"';
    close FH;
    
  3. or download this
    Bareword found where operator expected at testfile.pl line 12, near ""
    +libName = "cmos28shp"
            (Missing operator before cmos28shp?)
    String found where operator expected at testfile.pl line 12, near "cmo
    +s28shp"\n""
    syntax error at testfile.pl line 12, near ""libName = "cmos28shp"
    BEGIN not safe after errors--compilation aborted at testfile.pl line 1
    +9.