我有一個類控制器2方法(上傳,單獨)。代碼運行並沒有任何問題。我的問題是如何在我的獨立方法中實現laravel文件存儲,因爲在這種情況下,我讀取和寫入文件與fopen和fwrite不使用Storage::GET和Storage::PUT。 class UploadController extends Controller
{
public function upload()
#include <stdio.h>
main()
{
FILE* fp;
fp = fopen("a.text", "w+");
int yes = 1, count = 0;
char tree[30];
while (yes) {
printf("enter the name of the tree\n");
我試圖將文件的行復制到另一個文件中。我想爲輸入和輸出文件提供文件名。我試着不要求任何輸入參數做,它工作得很好,但用文件名作爲輸入它failed.Here是我的代碼: use strict;
use warnings;
#names of file to be input and output
my $inputfile = <STDIN>;
my $outputfile = <STDIN