MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Load .m file from a web server

  • To: mathgroup at smc.vnet.net
  • Subject: [mg98816] Re: Load .m file from a web server
  • From: Raffy <raffy at mac.com>
  • Date: Mon, 20 Apr 2009 01:30:38 -0400 (EDT)
  • References: <gseor6$eek$1@smc.vnet.net>

On Apr 19, 1:53 am, Eric Brown <eric.c.br... at mac.com> wrote:
> Hi all,
>         I wish to place a .m package on a web server and have man=
y  
> mathematica sessions download and use this package.  However, I can  
> not find a way to get this to happen--typing "download" into the help  
> menu does not give me the answer.
>         I could probably use curl to download and then load, but =
is there a  
> Mathematica way (i.e. cross-platform) to do this?
> Thanks,
> Eric

Import[ ".../Package.m" ];


  • Prev by Date: factor out a term to cancel in a fraction
  • Next by Date: Re: 3D plots and using mouse click-drag to rotate - why the extra
  • Previous by thread: Re: Load .m file from a web server
  • Next by thread: Re: Load .m file from a web server