Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

How can I create a simple Autocad drawing with Perl

by Lotus1 (Vicar)
on Sep 29, 2019 at 15:16 UTC ( [id://11106839]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package main;
    
    ...
    use POSIX;
    use Carp;
    use File::Temp qw/ :POSIX /;
    
  2. or download this
    #my $tmpfile = POSIX::tmpnam();
    my $tmpfile = tmpnam();
    
  3. or download this
    Loading internal logger. Log::Log4perl recommended for better logging
    CPAN: CPAN::SQLite loaded ok (v0.217)
    ...
      reports EWILHELM/CAD-Drawing-0.26.tar.gz
    Stopping: 'install' failed for 'CAD::Drawing'.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11106839]
Approved by holli
Front-paged by haukex
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-26 04:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found